home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / splitf.zip / SPLITF.DOC < prev    next >
Text File  |  1990-04-14  |  2KB  |  40 lines

  1.      ------------------------------------------------------------------
  2.      SPLITF  text file split utility     Version 1.0
  3.      Copyright 1990 Patri-Soft
  4.      ------------------------------------------------------------------
  5.  
  6.      SPLITF is a simple Utility to split large text files into small
  7.      parts for viewing or editing.  I created SPLITF to split large
  8.      communication log files into smaller parts for editing.  My editor
  9.      needs to have all of the file it edits in memory.  SPLITF did
  10.      this job quickly.
  11.  
  12.      To use SPLITF, just enter SPLITF followed by the filename to be
  13.      broken into parts.  SPLITF will create files for each 500 line part
  14.      of the input file.  You may alter the number of lines per output
  15.      by specifying a number after the filename to split.
  16.  
  17.      For a quick example of how SPLITF works, use it to split this file.
  18.  
  19.          Enter the command ===>  SPLITF SPLITF.DOC 5
  20.  
  21.      Splits text files into equal parts based on command line
  22.      parameters.
  23.  
  24.           SPLITF infilename  lines-per-part
  25.  
  26.           SPLITF TEST.DOC 500     split file every 500 lines
  27.  
  28.      The input file will remain intact.  Out files with names of
  29.      INFILE.nnn will be created.  For example a file named BIG.TXT
  30.      will be copied to BIG.1, BIG.2, BIG.3...
  31.  
  32.      To recombine the files, you can use the DOS COPY command.
  33.          For example:  COPY BIG.1+BIG.2+BIG.3 BIG.NEW
  34.                             --  or  --
  35.                        COPY BIG.* BIG.NEW
  36.  
  37.      Call Patriquin's BBS 714-369-9766 for latest version and
  38.      for other Patriquin utility software
  39.  
  40.